Integrate Bria 3.1/3.2 Models and ControlNet Pipelines into InvokeAI #8248
+5,462
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This feature PR integrates Bria 3.1/3.2 text-to-image models and their ControlNet pipelines into InvokeAI.
How
Representative commits:
Add Bria text to image model and controlnet support
Setup Probe and UI to accept bria main/controlnet models
Added scikit-image required for Bria's OpenposeDetector model
Related Issues / Discussions
Follow-up to exploratory PR Setup Probe and UI to accept bria main models #7973 ("Setup Probe and UI to accept Bria main models").
QA Instructions
Steps:
Install Models
Set HF token with access to Bria's models.
Install
briaai/BRIA-3.2
.Install
briaai/BRIA-3.2-ControlNet-Union
.Load Workflow
Load the workflow from the attached file:
[Bria text-to-image workflow.json](https://github.com/user-attachments/files/21217591/Bria.text-to-image.workflow.1.json)Run Workflow
Run workflow without controlnet.
Run workflow with controlnet.
Merge Plan
Rebase onto
main
after current release.Docker/GHA runners require additional
pip install scikit-image
?Checklist
What's New
copy (if doing a release after this PR)